This repository was archived by the owner on Sep 17, 2024. It is now read-only.
chore: bump helm versions#874
Merged
mdelapenya merged 5 commits intoelastic:masterfrom Mar 16, 2021
Merged
Conversation
Contributor
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
cachedout
approved these changes
Mar 11, 2021
elastic/helm-charts#964 introduced the feature of deploying a Kubernetes deployment instead of a Daemonset using Filebeat, using a values.yaml syntax equivalent to Metricbeat
mdelapenya
commented
Mar 11, 2021
| return strings.ToLower(ts.Name + "-" + ts.Name + "-cluster-role-binding") | ||
| } else if resource == k8s.ResourceTypes.ConfigMap { | ||
| if ts.Name == "metricbeat" { | ||
| if ts.Name == "filebeat" || ts.Name == "metricbeat" { |
Contributor
Author
There was a problem hiding this comment.
@jmlrt I checked that filebeat is now deployed as daemonset. With this change now we are covering that case, and the tests pass
cachedout
approved these changes
Mar 15, 2021
jmlrt
approved these changes
Mar 15, 2021
| string(name: 'HELM_CHART_VERSION', defaultValue: '7.10.0', description: 'SemVer version of Helm chart to be used.') | ||
| string(name: 'HELM_VERSION', defaultValue: '3.4.1', description: 'SemVer version of Helm to be used.') | ||
| string(name: 'HELM_KIND_VERSION', defaultValue: '0.8.1', description: 'SemVer version of Kind to be used.') | ||
| string(name: 'HELM_CHART_VERSION', defaultValue: '7.11.1', description: 'SemVer version of Helm chart to be used.') |
Member
There was a problem hiding this comment.
7.11.2 has been released last week
Contributor
Author
There was a problem hiding this comment.
Cool, let's update this PR then
mdelapenya
commented
Mar 15, 2021
mdelapenya
commented
Mar 15, 2021
mdelapenya
commented
Mar 15, 2021
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
Mar 16, 2021
* chore: bump helm charts version * chore: bump helm version * chore: bump kind version * fix: support filebeat deployment elastic/helm-charts#964 introduced the feature of deploying a Kubernetes deployment instead of a Daemonset using Filebeat, using a values.yaml syntax equivalent to Metricbeat * chore: update version to 7.11.2 # Conflicts: # .ci/Jenkinsfile
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
Mar 16, 2021
* chore: bump helm charts version * chore: bump helm version * chore: bump kind version * fix: support filebeat deployment elastic/helm-charts#964 introduced the feature of deploying a Kubernetes deployment instead of a Daemonset using Filebeat, using a values.yaml syntax equivalent to Metricbeat * chore: update version to 7.11.2 # Conflicts: # .ci/Jenkinsfile
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
Mar 16, 2021
* chore: bump helm charts version * chore: bump helm version * chore: bump kind version * fix: support filebeat deployment elastic/helm-charts#964 introduced the feature of deploying a Kubernetes deployment instead of a Daemonset using Filebeat, using a values.yaml syntax equivalent to Metricbeat * chore: update version to 7.11.2 # Conflicts: # .ci/Jenkinsfile
mdelapenya
added a commit
that referenced
this pull request
Mar 16, 2021
* chore: bump helm charts version * chore: bump helm version * chore: bump kind version * fix: support filebeat deployment elastic/helm-charts#964 introduced the feature of deploying a Kubernetes deployment instead of a Daemonset using Filebeat, using a values.yaml syntax equivalent to Metricbeat * chore: update version to 7.11.2 # Conflicts: # .ci/Jenkinsfile
mdelapenya
added a commit
that referenced
this pull request
Mar 16, 2021
* chore: bump helm charts version * chore: bump helm version * chore: bump kind version * fix: support filebeat deployment elastic/helm-charts#964 introduced the feature of deploying a Kubernetes deployment instead of a Daemonset using Filebeat, using a values.yaml syntax equivalent to Metricbeat * chore: update version to 7.11.2 # Conflicts: # .ci/Jenkinsfile
mdelapenya
added a commit
that referenced
this pull request
Mar 16, 2021
* chore: bump helm charts version * chore: bump helm version * chore: bump kind version * fix: support filebeat deployment elastic/helm-charts#964 introduced the feature of deploying a Kubernetes deployment instead of a Daemonset using Filebeat, using a values.yaml syntax equivalent to Metricbeat * chore: update version to 7.11.2 # Conflicts: # .ci/Jenkinsfile
v1v
added a commit
to v1v/e2e-testing
that referenced
this pull request
Mar 17, 2021
…hings * upstream/master: fix: generate a jUnit file per test suite (elastic#907) chore: rename slack channel for Fleet's nightly build (elastic#899) chore: do not scan 6.8.x branch (elastic#879) chore: bump helm versions (elastic#874)
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
It bumps versions for Helm test suite:
We also found that filebeat uses a daemonset for deployment, exactly as metricbeat does. We updated the code that calculated the resource name to match the new behaviour. For further information, please see the original PR that added that change.
Why is it important?
Test latest versions
Checklist
make noticein the proper directory)Author's Checklist
How to test this PR locally
SUITE="helm" DEVELOPER_MODE=false TIMEOUT_FACTOR=1 LOG_LEVEL=TRACE ELASTIC_APM_ACTIVE=true make -C e2e functional-testRelated issues